projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b51b81d
)
ci: add Makefile target to run gir -m not_bound
author
Felix Krull
<f_krull@gmx.de>
Thu, 13 Jun 2019 18:01:30 +0000
(20:01 +0200)
committer
Colin Walters
<walters@verbum.org>
Fri, 6 May 2022 16:53:54 +0000
(12:53 -0400)
rust-bindings/rust/Makefile
patch
|
blob
|
history
diff --git
a/rust-bindings/rust/Makefile
b/rust-bindings/rust/Makefile
index f75008612013cd0497d13f82aed0a6cfbced2494..2512481406a919ddeec3d0d239e34d172b0ed765 100644
(file)
--- a/
rust-bindings/rust/Makefile
+++ b/
rust-bindings/rust/Makefile
@@
-1,6
+1,6
@@
all: gir
-.PHONY: update-gir-files remove-gir-files merge-lgpl-docs
+.PHONY:
gir gir-report
update-gir-files remove-gir-files merge-lgpl-docs
# -- gir generation --
@@
-11,6
+11,9
@@
gir: target/tools/bin/gir
target/tools/bin/gir -c conf/ostree-sys.toml
target/tools/bin/gir -c conf/ostree.toml
+gir-report: gir
+ target/tools/bin/gir -c conf/ostree.toml -m not_bound
+
# -- LGPL docs generation --
target/tools/bin/rustdoc-stripper: